home *** CD-ROM | disk | FTP | other *** search
- object ProfileSetupForm: TProfileSetupForm
- Left = 412
- Top = 220
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'TeleMagic Internet Mail Mailbox'
- ClientHeight = 242
- ClientWidth = 340
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pcProfile: TPageControl
- Left = 0
- Top = 0
- Width = 340
- Height = 206
- ActivePage = tsTMLocation
- Align = alTop
- TabOrder = 0
- OnChange = pcProfileChange
- OnChanging = pcProfileChanging
- object tsFileLocation: TTabSheet
- Caption = 'Location'
- object Label6: TLabel
- Left = 6
- Top = 44
- Width = 171
- Height = 13
- Caption = 'Enter the location to store your mail: '
- end
- object edtMailLocation: TEdit
- Left = 4
- Top = 60
- Width = 272
- Height = 21
- TabOrder = 0
- OnChange = edtMailLocationChange
- end
- object ModifyButton: TButton
- Left = 278
- Top = 61
- Width = 51
- Height = 19
- Caption = '&Modify'
- TabOrder = 1
- OnClick = ModifyButtonClick
- end
- end
- object tsMailbox: TTabSheet
- Caption = 'Login'
- object Bevel1: TBevel
- Left = 4
- Top = 68
- Width = 324
- Height = 2
- end
- object Label7: TLabel
- Left = 46
- Top = 44
- Width = 72
- Height = 13
- Caption = 'I am known as:'
- end
- object Label9: TLabel
- Left = 40
- Top = 102
- Width = 78
- Height = 13
- Caption = 'Verify Password:'
- end
- object Label10: TLabel
- Left = 69
- Top = 79
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object edtName: TEdit
- Left = 122
- Top = 41
- Width = 199
- Height = 21
- TabOrder = 0
- end
- object edtMailboxPassword: TEdit
- Left = 122
- Top = 76
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- PasswordChar = '*'
- TabOrder = 1
- end
- object edtMailboxVerifyPassword: TEdit
- Left = 122
- Top = 100
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- PasswordChar = '*'
- TabOrder = 2
- end
- end
- object tsTMLocation: TTabSheet
- Caption = 'TeleMagic'
- object Label1: TLabel
- Left = 6
- Top = 44
- Width = 227
- Height = 13
- Caption = 'Enter the location of your TeleMagic Installation:'
- end
- object Label2: TLabel
- Left = 5
- Top = 11
- Width = 101
- Height = 13
- Caption = 'Log on to TeleMagic:'
- end
- object Label3: TLabel
- Left = 46
- Top = 113
- Width = 36
- Height = 13
- Caption = 'UserID:'
- end
- object Label4: TLabel
- Left = 33
- Top = 136
- Width = 49
- Height = 13
- Caption = 'Password:'
- end
- object Label5: TLabel
- Left = 6
- Top = 92
- Width = 187
- Height = 13
- Caption = 'Enter your TeleMagic Login information:'
- end
- object edtTMLocation: TEdit
- Left = 4
- Top = 60
- Width = 272
- Height = 21
- TabOrder = 0
- end
- object TMModifyButton: TButton
- Left = 278
- Top = 61
- Width = 51
- Height = 19
- Caption = '&Modify'
- TabOrder = 1
- end
- object edtUserID: TEdit
- Left = 88
- Top = 109
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- TabOrder = 2
- end
- object edtPassword: TEdit
- Left = 88
- Top = 133
- Width = 121
- Height = 21
- CharCase = ecUpperCase
- PasswordChar = '*'
- TabOrder = 3
- end
- object rbAlways: TRadioButton
- Left = 108
- Top = 10
- Width = 55
- Height = 17
- Caption = 'Always'
- Checked = True
- TabOrder = 4
- TabStop = True
- end
- object rbPrompt: TRadioButton
- Left = 166
- Top = 10
- Width = 107
- Height = 17
- Caption = 'Prompt On Startup'
- TabOrder = 5
- end
- object rbNever: TRadioButton
- Left = 279
- Top = 10
- Width = 67
- Height = 17
- Caption = 'Never'
- TabOrder = 6
- end
- end
- end
- object BackButton: TButton
- Left = 104
- Top = 212
- Width = 75
- Height = 25
- Caption = '<< &Back'
- Enabled = False
- TabOrder = 1
- OnClick = BackButtonClick
- end
- object NextButton: TButton
- Left = 180
- Top = 212
- Width = 75
- Height = 25
- Caption = '&Next >>'
- Default = True
- TabOrder = 2
- OnClick = NextButtonClick
- end
- object CancelButton: TButton
- Left = 260
- Top = 212
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-